home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Errors / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  467 b   |  16 lines

  1. |doonerror|
  2. windowtitle `DoOnError "RoutineName" {,Arg1,...,Arg10}
  3. printlf `Performs the specified Routine if an error
  4. printlf `occurs in the script being performed.  This
  5. printlf `will supersede the error handling done by
  6. printlf `CanDo.`
  7. end
  8.  
  9. |iferror|
  10. windowtitle `IfError...{else}...endif`
  11. printlf `Used to detect an error following
  12. printlf `a scripting command.  If the previous
  13. printlf `command caused an error, the IfError
  14. printlf `commands will execute.`
  15. end
  16.